C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class / ToList Method

In This Topic
ToList Method
In This Topic
Creates a List from this collection.
Syntax
'Declaration
 
Public Function ToList() As List(Of T)
 

Return Value

A List that contains the objects in this collection.
See Also